home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / newopus3.arc / OPED.BBS < prev    next >
File List  |  1987-08-11  |  4KB  |  89 lines

  1. OpED: The Full-Screen Editor for Opus
  2.  
  3.    OPed uses a mixture of commands.  Some will be familiar to WordStar
  4.    users.  Others are a kind of generic VT-100 (or ANSI) command set.
  5.  
  6.    |
  7.  Action                     |
  8.   VT-100   |
  9.  WordStar |
  10.    +----------------------------+-----------+----------+--------------+
  11.    |  QUIT/Save message......... |  ^z        |    ^kd    |  ...SAVE      |
  12.    |  QUIT/Abort message........ |  <esc/esc> |    ^kq    |  ...ABORT     |
  13.    |  BACKSPACE................. |  <bs>      |     ^g    |  ...BACKSPACE |
  14.    |  UP/One line up............ |  <up>      |     ^e    |  ...UP        |
  15.    |  DOWN/One line down........ |  <down>    |     ^x    |  ...DOWN      |
  16.    |  PAGE UP/Prior screen...... |  <pgup>    |     ^r    |  ...UP        |
  17.    |  PAGE DOWN/Next screen..... |  <pgdn>    |     ^c    |  ...DOWN      |
  18.    |  LEFT/Move one col. left... |  <left>    |     ^s    |  ...LEFT      |
  19.    |  RIGHT/Move one col. right. |  <right>   |     ^d    |  ...RIGHT     |
  20.    |  DEOL/Delete to end of line |   ----     |    ^qy    |  ...DEL.TO EOL|
  21.    |  HOME/Go to line start..... |  <home>    |    ^qs    |  ...HOME      |
  22.    |  END/Go to line end........ |  <end>     |    ^qd    |  ...END       |
  23.    |  INSERT/toggle insert mode. |   ----     |     ^v    |  ...INSERT    |
  24.    +----------------------------+-------------+--------+--------------+
  25.    The "<esc/esc>" means press the ESCape key twice.
  26.  
  27. 
  28.  
  29. OpED: Quoting replies
  30. ---------------------
  31.  
  32.   If your message is a reply, you can quote from the original message.
  33.  
  34.   You can look at four lines at a time and optionally copy those four
  35.   lines into the message you are writing.
  36.  
  37.   You can page through the original but only in a forward direction.
  38.   To go backwards in the original, you have to quit the Read-In mode
  39.   and start it again.
  40.  
  41.    |
  42.  Action                     |
  43.   VT-100   |
  44.  WordStar |
  45.    +----------------------------+-----------+----------+--------------+
  46.    |  SWITCH TO READ-IN MODE.... |   ----     |   ^kr     |  ...READ IN   |
  47.    |  COPY THE FOUR LINES... ... |   ----     |   ^kc     |  ...COPY      |
  48.    |  READ THE NEXT FOUR LINES.. |  <PgDn>    |   ^c      |  ...NEXT      |
  49.    |  GO BACK TO EDIT MODE...... |   ----     |   ^kr     |  ...QUIT      |
  50.    +----------------------------+-------------+--------+--------------+
  51.  
  52. 
  53.  
  54. OpED: Technical notes
  55. ---------------------
  56.  
  57. All VT-100 keys begin with "<esc>O" or "<esc>[".  Opus treats the two
  58. as being the same key.  That opening sequence is followed by one of
  59. the following characters...
  60.  
  61. 
  62.          <F1> ... P          <UP>    ... A    <HOME> ... H 
  63.          <F2> ... Q          <DOWN>  ... B    <END>  ... K
  64.          <F3> ... R or w     <RIGHT> ... C
  65.          <F4> ... S or x     <LEFT>  ... D
  66. 
  67.  
  68. Please note that Opus does not currently use all these keys.  They are
  69. given for reference purposes only.
  70.  
  71. 
  72.  
  73. OpED: Notes
  74. -----------
  75.  
  76. HINT:    If your special keys (eg "<up>") don't work, make sure you 
  77.          are emulating ANSI or VT-100.
  78.  
  79. CREDITS: "WordStar"....a trademark of MicroPro International Corp.
  80.          "VT-100"......the name of a terminal made by Digital Equipment Corp.
  81.          "OpEd"........hopefully not anybody's tradmark.  It is a term used
  82.                        by newspapers for the page OPposite the main EDitorial
  83.                        page.  Normally this page contains feature-type
  84.                        reading.  "OpEd" is pronounced "awp-ehd."  At least
  85.                        that's the way it sounds in Dallas.
  86.                  
  87. 
  88.  
  89.